Html Css Color HEX #BCB427 Earls Green

📋 copy color: '#BCB427'

red 188 ◦ green 180 ◦ blue 39

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

Shades of Earls Green #BCB427

Tints of Earls Green #BCB427

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.23%

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

R = 46.19%
G = 44.23%
B = 9.58%

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

#BCB427 (or 0xBCB427) is known color: Earls Green. HEX triplet: BC, B4 and 27. RGB value is (188,180,39). Sum of RGB (Red+Green+Blue) = 188+180+39=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB427 is #434BD8. Grayscale: #A6A6A6. Windows color (decimal): -4410329 or 2602172. OLE color: 2602172.

HSL color Cylindrical-coordinate representation of color #BCB427: hue angle of 56.78º 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 #BCB427 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 39 -
CMYK 0 0.04 0.79 0.26
HSL 56.78º 0.66% 0.45% -
HSV(B) 56.78º 0.79% 0.74% -
XYZ 37.43 43.48 8.34 -
YUV 166.32 56.15 143.46 -
System Red Green Blue C M Y K H S L
Decimal 188 180 39 0 0.04 0.79 0.26 56.78 0.66 0.45
Hex BC B4 27 0 4 4F 1A 39 42 2D
Octal 274 264 47 0 4 117 32 71 102 55
Binary 10111100 10110100 100111 0 100 1001111 11010 111001 1000010 101101

Color Harmonies of #BCB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB427

Black with #BCB427

Text Example


Text Example

White with #BCB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB427; }

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

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

background-color css

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

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

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

border-color css

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

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

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