Html Css Color HEX #BCB429 Earls Green

📋 copy color: '#BCB429'

red 188 ◦ green 180 ◦ blue 41

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

Shades of Earls Green #BCB429

Tints of Earls Green #BCB429

RGB

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

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

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

R = 45.97%
G = 44.01%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BCB429 (or 0xBCB429) is known color: Earls Green. HEX triplet: BC, B4 and 29. RGB value is (188,180,41). Sum of RGB (Red+Green+Blue) = 188+180+41=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB429 is #434BD6. Grayscale: #A7A7A7. Windows color (decimal): -4410327 or 2733244. OLE color: 2733244.

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

Color convert

RGB 188 180 41 -
CMYK 0 0.04 0.78 0.26
HSL 56.73º 0.64% 0.45% -
HSV(B) 56.73º 0.78% 0.74% -
XYZ 37.46 43.49 8.52 -
YUV 166.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 188 180 41 0 0.04 0.78 0.26 56.73 0.64 0.45
Hex BC B4 29 0 4 4E 1A 39 40 2D
Octal 274 264 51 0 4 116 32 71 100 55
Binary 10111100 10110100 101001 0 100 1001110 11010 111001 1000000 101101

Color Harmonies of #BCB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB429

Black with #BCB429

Text Example


Text Example

White with #BCB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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