Html Css Color HEX #BDE154 Conifer

📋 copy color: '#BDE154'

red 189 ◦ green 225 ◦ blue 84

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

Shades of Conifer #BDE154

Tints of Conifer #BDE154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.87%

R = 37.95%
G = 45.18%
B = 16.87%

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

#BDE154 (or 0xBDE154) is known color: Conifer. HEX triplet: BD, E1 and 54. RGB value is (189,225,84). Sum of RGB (Red+Green+Blue) = 189+225+84=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE154 is #421EAB. Grayscale: #C6C6C6. Windows color (decimal): -4333228 or 5562813. OLE color: 5562813.

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

Color convert

RGB 189 225 84 -
CMYK 0.16 0 0.63 0.12
HSL 75.32º 0.7% 0.61% -
HSV(B) 75.32º 0.63% 0.88% -
XYZ 49.51 65.31 18.38 -
YUV 198.16 63.57 121.46 -
System Red Green Blue C M Y K H S L
Decimal 189 225 84 0.16 0 0.63 0.12 75.32 0.7 0.61
Hex BD E1 54 10 0 3F C 4B 46 3D
Octal 275 341 124 20 0 77 14 113 106 75
Binary 10111101 11100001 1010100 10000 0 111111 1100 1001011 1000110 111101

Color Harmonies of #BDE154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE154

Black with #BDE154

Text Example


Text Example

White with #BDE154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE154; }

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

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

background-color css

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

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

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

border-color css

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

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

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