Html Css Color HEX #BCB225 Earls Green

📋 copy color: '#BCB225'

red 188 ◦ green 178 ◦ blue 37

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

Shades of Earls Green #BCB225

Tints of Earls Green #BCB225

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 37 (14.84% from 255) = 9.18%

R = 46.65%
G = 44.17%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BCB225 (or 0xBCB225) is known color: Earls Green. HEX triplet: BC, B2 and 25. RGB value is (188,178,37). Sum of RGB (Red+Green+Blue) = 188+178+37=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 37 (14.84% from 255 or 9.18% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCB225 is #434DDA. Grayscale: #A5A5A5. Windows color (decimal): -4410843 or 2470588. OLE color: 2470588.

HSL color Cylindrical-coordinate representation of color #BCB225: hue angle of 56.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BCB225 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 37 -
CMYK 0 0.05 0.80 0.26
HSL 56.03º 0.67% 0.44% -
HSV(B) 56.03º 0.8% 0.74% -
XYZ 36.99 42.67 8.04 -
YUV 164.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 188 178 37 0 0.05 0.80 0.26 56.03 0.67 0.44
Hex BC B2 25 0 5 50 1A 38 43 2C
Octal 274 262 45 0 5 120 32 70 103 54
Binary 10111100 10110010 100101 0 101 1010000 11010 111000 1000011 101100

Color Harmonies of #BCB225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB225

Black with #BCB225

Text Example


Text Example

White with #BCB225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB225; }

 p { color: rgb(188,178,37); }

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

background-color css

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

 a { background-color: rgb(188,178,37); }

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

border-color css

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

 span { border-color: rgb(188,178,37); }

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