Html Css Color HEX #BCB629 Earls Green

📋 copy color: '#BCB629'

red 188 ◦ green 182 ◦ blue 41

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

Shades of Earls Green #BCB629

Tints of Earls Green #BCB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 45.74%
G = 44.28%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCB629 (or 0xBCB629) is known color: Earls Green. HEX triplet: BC, B6 and 29. RGB value is (188,182,41). Sum of RGB (Red+Green+Blue) = 188+182+41=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB629 is #4349D6. Grayscale: #A8A8A8. Windows color (decimal): -4409815 or 2733756. OLE color: 2733756.

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

Color convert

RGB 188 182 41 -
CMYK 0 0.03 0.78 0.26
HSL 57.55º 0.64% 0.45% -
HSV(B) 57.55º 0.78% 0.74% -
XYZ 37.87 44.31 8.65 -
YUV 167.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 188 182 41 0 0.03 0.78 0.26 57.55 0.64 0.45
Hex BC B6 29 0 3 4E 1A 3A 40 2D
Octal 274 266 51 0 3 116 32 72 100 55
Binary 10111100 10110110 101001 0 11 1001110 11010 111010 1000000 101101

Color Harmonies of #BCB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB629

Black with #BCB629

Text Example


Text Example

White with #BCB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB629; }

 p { color: rgb(188,182,41); }

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

background-color css

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

 a { background-color: rgb(188,182,41); }

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

border-color css

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

 span { border-color: rgb(188,182,41); }

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