Html Css Color HEX #BDE25A Conifer

📋 copy color: '#BDE25A'

red 189 ◦ green 226 ◦ blue 90

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

Shades of Conifer #BDE25A

Tints of Conifer #BDE25A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.75%

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

R = 37.43%
G = 44.75%
B = 17.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#BDE25A (or 0xBDE25A) is known color: Conifer. HEX triplet: BD, E2 and 5A. RGB value is (189,226,90). Sum of RGB (Red+Green+Blue) = 189+226+90=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE25A is #421DA5. Grayscale: #C7C7C7. Windows color (decimal): -4332966 or 5956285. OLE color: 5956285.

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

Color convert

RGB 189 226 90 -
CMYK 0.16 0 0.60 0.11
HSL 76.32º 0.7% 0.62% -
HSV(B) 76.32º 0.6% 0.89% -
XYZ 50.03 65.95 19.77 -
YUV 199.43 66.24 120.56 -
System Red Green Blue C M Y K H S L
Decimal 189 226 90 0.16 0 0.60 0.11 76.32 0.7 0.62
Hex BD E2 5A 10 0 3C B 4C 46 3E
Octal 275 342 132 20 0 74 13 114 106 76
Binary 10111101 11100010 1011010 10000 0 111100 1011 1001100 1000110 111110

Color Harmonies of #BDE25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE25A

Black with #BDE25A

Text Example


Text Example

White with #BDE25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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