Html Css Color HEX #BDEA60 Conifer

📋 copy color: '#BDEA60'

red 189 ◦ green 234 ◦ blue 96

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

Shades of Conifer #BDEA60

Tints of Conifer #BDEA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.5%

R = 36.42%
G = 45.09%
B = 18.5%

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

#BDEA60 (or 0xBDEA60) is known color: Conifer. HEX triplet: BD, EA and 60. RGB value is (189,234,96). Sum of RGB (Red+Green+Blue) = 189+234+96=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA60 is #42159F. Grayscale: #CDCDCD. Windows color (decimal): -4330912 or 6351549. OLE color: 6351549.

HSL color Cylindrical-coordinate representation of color #BDEA60: hue angle of 79.57º 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 #BDEA60 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 234 96 -
CMYK 0.19 0 0.59 0.08
HSL 79.57º 0.77% 0.65% -
HSV(B) 79.57º 0.59% 0.92% -
XYZ 52.52 70.51 21.91 -
YUV 204.81 66.59 116.72 -
System Red Green Blue C M Y K H S L
Decimal 189 234 96 0.19 0 0.59 0.08 79.57 0.77 0.65
Hex BD EA 60 13 0 3B 8 50 4D 41
Octal 275 352 140 23 0 73 10 120 115 101
Binary 10111101 11101010 1100000 10011 0 111011 1000 1010000 1001101 1000001

Color Harmonies of #BDEA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA60

Black with #BDEA60

Text Example


Text Example

White with #BDEA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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