Html Css Color HEX #BDDA5E Conifer

📋 copy color: '#BDDA5E'

red 189 ◦ green 218 ◦ blue 94

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

Shades of Conifer #BDDA5E

Tints of Conifer #BDDA5E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.51%

 BLUE value IS 94 (37.11% from 255) = 18.76%

R = 37.72%
G = 43.51%
B = 18.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#BDDA5E (or 0xBDDA5E) is known color: Conifer. HEX triplet: BD, DA and 5E. RGB value is (189,218,94). Sum of RGB (Red+Green+Blue) = 189+218+94=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA5E is #4225A1. Grayscale: #C3C3C3. Windows color (decimal): -4335010 or 6216381. OLE color: 6216381.

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

Color convert

RGB 189 218 94 -
CMYK 0.13 0 0.57 0.15
HSL 74.03º 0.63% 0.61% -
HSV(B) 74.03º 0.57% 0.85% -
XYZ 48.08 61.77 19.98 -
YUV 195.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 189 218 94 0.13 0 0.57 0.15 74.03 0.63 0.61
Hex BD DA 5E D 0 39 F 4A 3F 3D
Octal 275 332 136 15 0 71 17 112 77 75
Binary 10111101 11011010 1011110 1101 0 111001 1111 1001010 111111 111101

Color Harmonies of #BDDA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDA5E

Black with #BDDA5E

Text Example


Text Example

White with #BDDA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDA5E; }

 p { color: rgb(189,218,94); }

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

background-color css

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

 a { background-color: rgb(189,218,94); }

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

border-color css

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

 span { border-color: rgb(189,218,94); }

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