Html Css Color HEX #BDD95C Conifer

📋 copy color: '#BDD95C'

red 189 ◦ green 217 ◦ blue 92

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

Shades of Conifer #BDD95C

Tints of Conifer #BDD95C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

 BLUE value IS 92 (36.33% from 255) = 18.47%

R = 37.95%
G = 43.57%
B = 18.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#BDD95C (or 0xBDD95C) is known color: Conifer. HEX triplet: BD, D9 and 5C. RGB value is (189,217,92). Sum of RGB (Red+Green+Blue) = 189+217+92=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD95C is #4226A3. Grayscale: #C2C2C2. Windows color (decimal): -4335268 or 6085053. OLE color: 6085053.

HSL color Cylindrical-coordinate representation of color #BDD95C: hue angle of 73.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDD95C is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 92 -
CMYK 0.13 0 0.58 0.15
HSL 73.44º 0.62% 0.61% -
HSV(B) 73.44º 0.58% 0.85% -
XYZ 47.73 61.22 19.43 -
YUV 194.38 70.22 124.16 -
System Red Green Blue C M Y K H S L
Decimal 189 217 92 0.13 0 0.58 0.15 73.44 0.62 0.61
Hex BD D9 5C D 0 3A F 49 3E 3D
Octal 275 331 134 15 0 72 17 111 76 75
Binary 10111101 11011001 1011100 1101 0 111010 1111 1001001 111110 111101

Color Harmonies of #BDD95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD95C

Black with #BDD95C

Text Example


Text Example

White with #BDD95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD95C; }

 p { color: rgb(189,217,92); }

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

background-color css

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

 a { background-color: rgb(189,217,92); }

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

border-color css

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

 span { border-color: rgb(189,217,92); }

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