Html Css Color HEX #33BC54 Chateau Green

📋 copy color: '#33BC54'

red 51 ◦ green 188 ◦ blue 84

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

Shades of Chateau Green #33BC54

Tints of Chateau Green #33BC54

RGB

 RED value IS 51 (20.31% from 255) = 15.79%

 GREEN value IS 188 (73.83% from 255) = 58.2%

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

R = 15.79%
G = 58.2%
B = 26.01%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#33BC54 (or 0x33BC54) is known color: Chateau Green. HEX triplet: 33, BC and 54. RGB value is (51,188,84). Sum of RGB (Red+Green+Blue) = 51+188+84=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BC54 is #CC43AB. Grayscale: #878787. Windows color (decimal): -13386668 or 5553203. OLE color: 5553203.

HSL color Cylindrical-coordinate representation of color #33BC54: hue angle of 134.45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BC54 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 188 84 -
CMYK 0.73 0 0.55 0.26
HSL 134.45º 0.57% 0.47% -
HSV(B) 134.45º 0.73% 0.74% -
XYZ 20.95 37.31 14.49 -
YUV 135.18 99.11 67.96 -
System Red Green Blue C M Y K H S L
Decimal 51 188 84 0.73 0 0.55 0.26 134.45 0.57 0.47
Hex 33 BC 54 49 0 37 1A 86 39 2F
Octal 63 274 124 111 0 67 32 206 71 57
Binary 110011 10111100 1010100 1001001 0 110111 11010 10000110 111001 101111

Color Harmonies of #33BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC54

Black with #33BC54

Text Example


Text Example

White with #33BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33BC54; }

 p { color: rgb(51,188,84); }

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

background-color css

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

 a { background-color: rgb(51,188,84); }

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

border-color css

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

 span { border-color: rgb(51,188,84); }

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