Html Css Color HEX #BCB432 Earls Green

📋 copy color: '#BCB432'

red 188 ◦ green 180 ◦ blue 50

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

Shades of Earls Green #BCB432

Tints of Earls Green #BCB432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.96%

R = 44.98%
G = 43.06%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB432 (or 0xBCB432) is known color: Earls Green. HEX triplet: BC, B4 and 32. RGB value is (188,180,50). Sum of RGB (Red+Green+Blue) = 188+180+50=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB432 is #434BCD. Grayscale: #A8A8A8. Windows color (decimal): -4410318 or 3323068. OLE color: 3323068.

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

Color convert

RGB 188 180 50 -
CMYK 0 0.04 0.73 0.26
HSL 56.52º 0.58% 0.47% -
HSV(B) 56.52º 0.73% 0.74% -
XYZ 37.64 43.56 9.44 -
YUV 167.57 61.65 142.57 -
System Red Green Blue C M Y K H S L
Decimal 188 180 50 0 0.04 0.73 0.26 56.52 0.58 0.47
Hex BC B4 32 0 4 49 1A 39 3A 2F
Octal 274 264 62 0 4 111 32 71 72 57
Binary 10111100 10110100 110010 0 100 1001001 11010 111001 111010 101111

Color Harmonies of #BCB432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB432

Black with #BCB432

Text Example


Text Example

White with #BCB432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB432; }

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

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

background-color css

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

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

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

border-color css

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

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

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