Html Css Color HEX #BDE966 Conifer

📋 copy color: '#BDE966'

red 189 ◦ green 233 ◦ blue 102

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

Shades of Conifer #BDE966

Tints of Conifer #BDE966

RGB

 RED value IS 189 (74.22% from 255) = 36.07%

 GREEN value IS 233 (91.41% from 255) = 44.47%

 BLUE value IS 102 (40.23% from 255) = 19.47%

R = 36.07%
G = 44.47%
B = 19.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#BDE966 (or 0xBDE966) is known color: Conifer. HEX triplet: BD, E9 and 66. RGB value is (189,233,102). Sum of RGB (Red+Green+Blue) = 189+233+102=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE966 is #421699. Grayscale: #CDCDCD. Windows color (decimal): -4331162 or 6744509. OLE color: 6744509.

HSL color Cylindrical-coordinate representation of color #BDE966: hue angle of 80.15º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE966 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 233 102 -
CMYK 0.19 0 0.56 0.09
HSL 80.15º 0.75% 0.66% -
HSV(B) 80.15º 0.56% 0.91% -
XYZ 52.52 70.06 23.32 -
YUV 204.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 189 233 102 0.19 0 0.56 0.09 80.15 0.75 0.66
Hex BD E9 66 13 0 38 9 50 4B 42
Octal 275 351 146 23 0 70 11 120 113 102
Binary 10111101 11101001 1100110 10011 0 111000 1001 1010000 1001011 1000010

Color Harmonies of #BDE966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE966

Black with #BDE966

Text Example


Text Example

White with #BDE966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE966; }

 p { color: rgb(189,233,102); }

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

background-color css

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

 a { background-color: rgb(189,233,102); }

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

border-color css

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

 span { border-color: rgb(189,233,102); }

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