Html Css Color HEX #BDE153 Conifer

📋 copy color: '#BDE153'

red 189 ◦ green 225 ◦ blue 83

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

Shades of Conifer #BDE153

Tints of Conifer #BDE153

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 83 (32.81% from 255) = 16.7%

R = 38.03%
G = 45.27%
B = 16.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#BDE153 (or 0xBDE153) is known color: Conifer. HEX triplet: BD, E1 and 53. RGB value is (189,225,83). Sum of RGB (Red+Green+Blue) = 189+225+83=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE153 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE153 is #421EAC. Grayscale: #C6C6C6. Windows color (decimal): -4333229 or 5497277. OLE color: 5497277.

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

Color convert

RGB 189 225 83 -
CMYK 0.16 0 0.63 0.12
HSL 75.21º 0.7% 0.6% -
HSV(B) 75.21º 0.63% 0.88% -
XYZ 49.47 65.29 18.18 -
YUV 198.05 63.07 121.55 -
System Red Green Blue C M Y K H S L
Decimal 189 225 83 0.16 0 0.63 0.12 75.21 0.7 0.6
Hex BD E1 53 10 0 3F C 4B 46 3C
Octal 275 341 123 20 0 77 14 113 106 74
Binary 10111101 11100001 1010011 10000 0 111111 1100 1001011 1000110 111100

Color Harmonies of #BDE153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE153

Black with #BDE153

Text Example


Text Example

White with #BDE153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE153; }

 p { color: rgb(189,225,83); }

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

background-color css

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

 a { background-color: rgb(189,225,83); }

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

border-color css

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

 span { border-color: rgb(189,225,83); }

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