Html Css Color HEX #BDB01B Earls Green

📋 copy color: '#BDB01B'

red 189 ◦ green 176 ◦ blue 27

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

Shades of Earls Green #BDB01B

Tints of Earls Green #BDB01B

RGB

 RED value IS 189 (74.22% from 255) = 48.21%

 GREEN value IS 176 (69.14% from 255) = 44.9%

 BLUE value IS 27 (10.94% from 255) = 6.89%

R = 48.21%
G = 44.9%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB01B (or 0xBDB01B) is known color: Earls Green. HEX triplet: BD, B0 and 1B. RGB value is (189,176,27). Sum of RGB (Red+Green+Blue) = 189+176+27=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB01B is #424FE4. Grayscale: #A3A3A3. Windows color (decimal): -4345829 or 1814717. OLE color: 1814717.

HSL color Cylindrical-coordinate representation of color #BDB01B: hue angle of 55.19º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB01B is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 27 -
CMYK 0 0.07 0.86 0.26
HSL 55.19º 0.75% 0.42% -
HSV(B) 55.19º 0.86% 0.74% -
XYZ 36.71 41.95 7.2 -
YUV 162.9 51.31 146.62 -
System Red Green Blue C M Y K H S L
Decimal 189 176 27 0 0.07 0.86 0.26 55.19 0.75 0.42
Hex BD B0 1B 0 7 56 1A 37 4B 2A
Octal 275 260 33 0 7 126 32 67 113 52
Binary 10111101 10110000 11011 0 111 1010110 11010 110111 1001011 101010

Color Harmonies of #BDB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB01B

Black with #BDB01B

Text Example


Text Example

White with #BDB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB01B; }

 p { color: rgb(189,176,27); }

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

background-color css

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

 a { background-color: rgb(189,176,27); }

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

border-color css

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

 span { border-color: rgb(189,176,27); }

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