Html Css Color HEX #BCB527 Earls Green

📋 copy color: '#BCB527'

red 188 ◦ green 181 ◦ blue 39

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

Shades of Earls Green #BCB527

Tints of Earls Green #BCB527

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 46.08%
G = 44.36%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BCB527 (or 0xBCB527) is known color: Earls Green. HEX triplet: BC, B5 and 27. RGB value is (188,181,39). Sum of RGB (Red+Green+Blue) = 188+181+39=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB527 is #434AD8. Grayscale: #A7A7A7. Windows color (decimal): -4410073 or 2602428. OLE color: 2602428.

HSL color Cylindrical-coordinate representation of color #BCB527: hue angle of 57.18º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BCB527 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 39 -
CMYK 0 0.04 0.79 0.26
HSL 57.18º 0.66% 0.45% -
HSV(B) 57.18º 0.79% 0.74% -
XYZ 37.63 43.89 8.41 -
YUV 166.91 55.82 143.05 -
System Red Green Blue C M Y K H S L
Decimal 188 181 39 0 0.04 0.79 0.26 57.18 0.66 0.45
Hex BC B5 27 0 4 4F 1A 39 42 2D
Octal 274 265 47 0 4 117 32 71 102 55
Binary 10111100 10110101 100111 0 100 1001111 11010 111001 1000010 101101

Color Harmonies of #BCB527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB527

Black with #BCB527

Text Example


Text Example

White with #BCB527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB527; }

 p { color: rgb(188,181,39); }

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

background-color css

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

 a { background-color: rgb(188,181,39); }

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

border-color css

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

 span { border-color: rgb(188,181,39); }

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