Html Css Color HEX #BDE852 Conifer

📋 copy color: '#BDE852'

red 189 ◦ green 232 ◦ blue 82

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

Shades of Conifer #BDE852

Tints of Conifer #BDE852

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.12%

 BLUE value IS 82 (32.42% from 255) = 16.3%

R = 37.57%
G = 46.12%
B = 16.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#BDE852 (or 0xBDE852) is known color: Conifer. HEX triplet: BD, E8 and 52. RGB value is (189,232,82). Sum of RGB (Red+Green+Blue) = 189+232+82=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 82 (32.42% from 255 or 16.30% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE852 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE852 is #4217AD. Grayscale: #CACACA. Windows color (decimal): -4331438 or 5433533. OLE color: 5433533.

HSL color Cylindrical-coordinate representation of color #BDE852: hue angle of 77.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDE852 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 232 82 -
CMYK 0.19 0 0.65 0.09
HSL 77.2º 0.77% 0.62% -
HSV(B) 77.2º 0.65% 0.91% -
XYZ 51.37 69.14 18.62 -
YUV 202.04 60.25 118.7 -
System Red Green Blue C M Y K H S L
Decimal 189 232 82 0.19 0 0.65 0.09 77.2 0.77 0.62
Hex BD E8 52 13 0 41 9 4D 4D 3E
Octal 275 350 122 23 0 101 11 115 115 76
Binary 10111101 11101000 1010010 10011 0 1000001 1001 1001101 1001101 111110

Color Harmonies of #BDE852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE852

Black with #BDE852

Text Example


Text Example

White with #BDE852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE852; }

 p { color: rgb(189,232,82); }

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

background-color css

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

 a { background-color: rgb(189,232,82); }

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

border-color css

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

 span { border-color: rgb(189,232,82); }

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