Html Css Color HEX #BADB67 Conifer

📋 copy color: '#BADB67'

red 186 ◦ green 219 ◦ blue 103

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

Shades of Conifer #BADB67

Tints of Conifer #BADB67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.28%

R = 36.61%
G = 43.11%
B = 20.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#BADB67 (or 0xBADB67) is known color: Conifer. HEX triplet: BA, DB and 67. RGB value is (186,219,103). Sum of RGB (Red+Green+Blue) = 186+219+103=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 103 (40.62% from 255 or 20.28% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB67 is #452498. Grayscale: #C4C4C4. Windows color (decimal): -4531353 or 6806458. OLE color: 6806458.

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

Color convert

RGB 186 219 103 -
CMYK 0.15 0 0.53 0.14
HSL 77.07º 0.62% 0.63% -
HSV(B) 77.07º 0.53% 0.86% -
XYZ 48.03 62.08 22.28 -
YUV 195.91 75.57 120.93 -
System Red Green Blue C M Y K H S L
Decimal 186 219 103 0.15 0 0.53 0.14 77.07 0.62 0.63
Hex BA DB 67 F 0 35 E 4D 3E 3F
Octal 272 333 147 17 0 65 16 115 76 77
Binary 10111010 11011011 1100111 1111 0 110101 1110 1001101 111110 111111

Color Harmonies of #BADB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB67

Black with #BADB67

Text Example


Text Example

White with #BADB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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