Html Css Color HEX #BCEA42 Conifer

📋 copy color: '#BCEA42'

red 188 ◦ green 234 ◦ blue 66

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

Shades of Conifer #BCEA42

Tints of Conifer #BCEA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.52%

R = 38.52%
G = 47.95%
B = 13.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#BCEA42 (or 0xBCEA42) is known color: Conifer. HEX triplet: BC, EA and 42. RGB value is (188,234,66). Sum of RGB (Red+Green+Blue) = 188+234+66=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 66 (26.17% from 255 or 13.52% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEA42 is #4315BD. Grayscale: #C9C9C9. Windows color (decimal): -4396478 or 4385468. OLE color: 4385468.

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

Color convert

RGB 188 234 66 -
CMYK 0.20 0 0.72 0.08
HSL 76.43º 0.8% 0.59% -
HSV(B) 76.43º 0.72% 0.92% -
XYZ 51.15 69.93 15.96 -
YUV 201.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 188 234 66 0.20 0 0.72 0.08 76.43 0.8 0.59
Hex BC EA 42 14 0 48 8 4C 50 3B
Octal 274 352 102 24 0 110 10 114 120 73
Binary 10111100 11101010 1000010 10100 0 1001000 1000 1001100 1010000 111011

Color Harmonies of #BCEA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA42

Black with #BCEA42

Text Example


Text Example

White with #BCEA42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA42; }

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

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

background-color css

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

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

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

border-color css

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

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

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