Html Css Color HEX #BCEA52 Conifer

📋 copy color: '#BCEA52'

red 188 ◦ green 234 ◦ blue 82

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

Shades of Conifer #BCEA52

Tints of Conifer #BCEA52

RGB

 RED value IS 188 (73.83% from 255) = 37.3%

 GREEN value IS 234 (91.8% from 255) = 46.43%

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

R = 37.3%
G = 46.43%
B = 16.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#BCEA52 (or 0xBCEA52) is known color: Conifer. HEX triplet: BC, EA and 52. RGB value is (188,234,82). Sum of RGB (Red+Green+Blue) = 188+234+82=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA52 is #4315AD. Grayscale: #CBCBCB. Windows color (decimal): -4396462 or 5434044. OLE color: 5434044.

HSL color Cylindrical-coordinate representation of color #BCEA52: hue angle of 78.16º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCEA52 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 82 -
CMYK 0.20 0 0.65 0.08
HSL 78.16º 0.78% 0.62% -
HSV(B) 78.16º 0.65% 0.92% -
XYZ 51.68 70.15 18.8 -
YUV 202.92 59.76 117.36 -
System Red Green Blue C M Y K H S L
Decimal 188 234 82 0.20 0 0.65 0.08 78.16 0.78 0.62
Hex BC EA 52 14 0 41 8 4E 4E 3E
Octal 274 352 122 24 0 101 10 116 116 76
Binary 10111100 11101010 1010010 10100 0 1000001 1000 1001110 1001110 111110

Color Harmonies of #BCEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA52

Black with #BCEA52

Text Example


Text Example

White with #BCEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA52; }

 p { color: rgb(188,234,82); }

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

background-color css

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

 a { background-color: rgb(188,234,82); }

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

border-color css

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

 span { border-color: rgb(188,234,82); }

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