Html Css Color HEX #BDE05A Conifer

📋 copy color: '#BDE05A'

red 189 ◦ green 224 ◦ blue 90

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

Shades of Conifer #BDE05A

Tints of Conifer #BDE05A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 90 (35.55% from 255) = 17.89%

R = 37.57%
G = 44.53%
B = 17.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#BDE05A (or 0xBDE05A) is known color: Conifer. HEX triplet: BD, E0 and 5A. RGB value is (189,224,90). Sum of RGB (Red+Green+Blue) = 189+224+90=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE05A is #421FA5. Grayscale: #C6C6C6. Windows color (decimal): -4333478 or 5955773. OLE color: 5955773.

HSL color Cylindrical-coordinate representation of color #BDE05A: hue angle of 75.67º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDE05A is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 224 90 -
CMYK 0.16 0 0.60 0.12
HSL 75.67º 0.68% 0.62% -
HSV(B) 75.67º 0.6% 0.88% -
XYZ 49.49 64.87 19.59 -
YUV 198.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 189 224 90 0.16 0 0.60 0.12 75.67 0.68 0.62
Hex BD E0 5A 10 0 3C C 4C 44 3E
Octal 275 340 132 20 0 74 14 114 104 76
Binary 10111101 11100000 1011010 10000 0 111100 1100 1001100 1000100 111110

Color Harmonies of #BDE05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE05A

Black with #BDE05A

Text Example


Text Example

White with #BDE05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE05A; }

 p { color: rgb(189,224,90); }

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

background-color css

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

 a { background-color: rgb(189,224,90); }

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

border-color css

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

 span { border-color: rgb(189,224,90); }

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