Html Css Color HEX #BDEA61 Conifer

📋 copy color: '#BDEA61'

red 189 ◦ green 234 ◦ blue 97

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

Shades of Conifer #BDEA61

Tints of Conifer #BDEA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.65%

R = 36.35%
G = 45%
B = 18.65%

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

#BDEA61 (or 0xBDEA61) is known color: Conifer. HEX triplet: BD, EA and 61. RGB value is (189,234,97). Sum of RGB (Red+Green+Blue) = 189+234+97=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA61 is #42159E. Grayscale: #CDCDCD. Windows color (decimal): -4330911 or 6417085. OLE color: 6417085.

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

Color convert

RGB 189 234 97 -
CMYK 0.19 0 0.59 0.08
HSL 79.71º 0.77% 0.65% -
HSV(B) 79.71º 0.59% 0.92% -
XYZ 52.57 70.53 22.15 -
YUV 204.93 67.09 116.64 -
System Red Green Blue C M Y K H S L
Decimal 189 234 97 0.19 0 0.59 0.08 79.71 0.77 0.65
Hex BD EA 61 13 0 3B 8 50 4D 41
Octal 275 352 141 23 0 73 10 120 115 101
Binary 10111101 11101010 1100001 10011 0 111011 1000 1010000 1001101 1000001

Color Harmonies of #BDEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEA61

Black with #BDEA61

Text Example


Text Example

White with #BDEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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