Html Css Color HEX #BCB732 Earls Green

📋 copy color: '#BCB732'

red 188 ◦ green 183 ◦ blue 50

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

Shades of Earls Green #BCB732

Tints of Earls Green #BCB732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.47%

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

R = 44.66%
G = 43.47%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BCB732 (or 0xBCB732) is known color: Earls Green. HEX triplet: BC, B7 and 32. RGB value is (188,183,50). Sum of RGB (Red+Green+Blue) = 188+183+50=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB732 is #4348CD. Grayscale: #A9A9A9. Windows color (decimal): -4409550 or 3323836. OLE color: 3323836.

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

Color convert

RGB 188 183 50 -
CMYK 0 0.03 0.73 0.26
HSL 57.83º 0.58% 0.47% -
HSV(B) 57.83º 0.73% 0.74% -
XYZ 38.25 44.79 9.65 -
YUV 169.33 60.66 141.31 -
System Red Green Blue C M Y K H S L
Decimal 188 183 50 0 0.03 0.73 0.26 57.83 0.58 0.47
Hex BC B7 32 0 3 49 1A 3A 3A 2F
Octal 274 267 62 0 3 111 32 72 72 57
Binary 10111100 10110111 110010 0 11 1001001 11010 111010 111010 101111

Color Harmonies of #BCB732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB732

Black with #BCB732

Text Example


Text Example

White with #BCB732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB732; }

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

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

background-color css

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

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

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

border-color css

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

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

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