Html Css Color HEX #BDEA5F Conifer

📋 copy color: '#BDEA5F'

red 189 ◦ green 234 ◦ blue 95

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

Shades of Conifer #BDEA5F

Tints of Conifer #BDEA5F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.17%

 BLUE value IS 95 (37.5% from 255) = 18.34%

R = 36.49%
G = 45.17%
B = 18.34%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#BDEA5F (or 0xBDEA5F) is known color: Conifer. HEX triplet: BD, EA and 5F. RGB value is (189,234,95). Sum of RGB (Red+Green+Blue) = 189+234+95=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA5F is #4215A0. Grayscale: #CDCDCD. Windows color (decimal): -4330913 or 6286013. OLE color: 6286013.

HSL color Cylindrical-coordinate representation of color #BDEA5F: hue angle of 79.42º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDEA5F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 95 -
CMYK 0.19 0 0.59 0.08
HSL 79.42º 0.77% 0.65% -
HSV(B) 79.42º 0.59% 0.92% -
XYZ 52.47 70.49 21.67 -
YUV 204.7 66.09 116.8 -
System Red Green Blue C M Y K H S L
Decimal 189 234 95 0.19 0 0.59 0.08 79.42 0.77 0.65
Hex BD EA 5F 13 0 3B 8 4F 4D 41
Octal 275 352 137 23 0 73 10 117 115 101
Binary 10111101 11101010 1011111 10011 0 111011 1000 1001111 1001101 1000001

Color Harmonies of #BDEA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA5F

Black with #BDEA5F

Text Example


Text Example

White with #BDEA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA5F; }

 p { color: rgb(189,234,95); }

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

background-color css

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

 a { background-color: rgb(189,234,95); }

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

border-color css

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

 span { border-color: rgb(189,234,95); }

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