Html Css Color HEX #BADB4B Conifer

📋 copy color: '#BADB4B'

red 186 ◦ green 219 ◦ blue 75

#BADB4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BADB4B

Tints of Conifer #BADB4B

RGB

 RED value IS 186 (73.05% from 255) = 38.75%

 GREEN value IS 219 (85.94% from 255) = 45.63%

 BLUE value IS 75 (29.69% from 255) = 15.63%

R = 38.75%
G = 45.63%
B = 15.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BADB4B (or 0xBADB4B) is known color: Conifer. HEX triplet: BA, DB and 4B. RGB value is (186,219,75). Sum of RGB (Red+Green+Blue) = 186+219+75=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB4B is #4524B4. Grayscale: #C1C1C1. Windows color (decimal): -4531381 or 4971450. OLE color: 4971450.

HSL color Cylindrical-coordinate representation of color #BADB4B: hue angle of 73.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BADB4B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 219 75 -
CMYK 0.15 0 0.66 0.14
HSL 73.75º 0.67% 0.58% -
HSV(B) 73.75º 0.66% 0.86% -
XYZ 46.85 61.61 16.08 -
YUV 192.72 61.57 123.21 -
System Red Green Blue C M Y K H S L
Decimal 186 219 75 0.15 0 0.66 0.14 73.75 0.67 0.58
Hex BA DB 4B F 0 42 E 4A 43 3A
Octal 272 333 113 17 0 102 16 112 103 72
Binary 10111010 11011011 1001011 1111 0 1000010 1110 1001010 1000011 111010

Color Harmonies of #BADB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB4B

Black with #BADB4B

Text Example


Text Example

White with #BADB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB4B; }

 p { color: rgb(186,219,75); }

 H1.HeaderClassName
 {
   color: #BADB4B;
 }
 .AnyTagClassName
 {
   color: #BADB4B;
 }
</style>

background-color css

<style>
 a { background-color: #BADB4B; }

 a { background-color: rgb(186,219,75); }

 div.DivClassName
 {
   background-color: #BADB4B;
 }
 .BgClassName
 {
   background-color: #BADB4B;
 }
</style>

border-color css

<style>
 span { border-color: #BADB4B; }

 span { border-color: rgb(186,219,75); }

 td.TdClassName
 {
   border-color: #BADB4B;
 }
 .TagClassName
 {
   border-color: #BADB4B;
 }
</style>