Html Css Color HEX #BCB423 Earls Green

📋 copy color: '#BCB423'

red 188 ◦ green 180 ◦ blue 35

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

Shades of Earls Green #BCB423

Tints of Earls Green #BCB423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 46.65%
G = 44.67%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCB423 (or 0xBCB423) is known color: Earls Green. HEX triplet: BC, B4 and 23. RGB value is (188,180,35). Sum of RGB (Red+Green+Blue) = 188+180+35=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB423 is #434BDC. Grayscale: #A6A6A6. Windows color (decimal): -4410333 or 2340028. OLE color: 2340028.

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

Color convert

RGB 188 180 35 -
CMYK 0 0.04 0.81 0.26
HSL 56.86º 0.69% 0.44% -
HSV(B) 56.86º 0.81% 0.74% -
XYZ 37.36 43.46 8.01 -
YUV 165.86 54.15 143.79 -
System Red Green Blue C M Y K H S L
Decimal 188 180 35 0 0.04 0.81 0.26 56.86 0.69 0.44
Hex BC B4 23 0 4 51 1A 39 45 2C
Octal 274 264 43 0 4 121 32 71 105 54
Binary 10111100 10110100 100011 0 100 1010001 11010 111001 1000101 101100

Color Harmonies of #BCB423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB423

Black with #BCB423

Text Example


Text Example

White with #BCB423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB423; }

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

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

background-color css

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

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

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

border-color css

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

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

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