Html Css Color HEX #BDB02B Earls Green

📋 copy color: '#BDB02B'

red 189 ◦ green 176 ◦ blue 43

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

Shades of Earls Green #BDB02B

Tints of Earls Green #BDB02B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.54%

R = 46.32%
G = 43.14%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB02B (or 0xBDB02B) is known color: Earls Green. HEX triplet: BD, B0 and 2B. RGB value is (189,176,43). Sum of RGB (Red+Green+Blue) = 189+176+43=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB02B is #424FD4. Grayscale: #A5A5A5. Windows color (decimal): -4345813 or 2863293. OLE color: 2863293.

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

Color convert

RGB 189 176 43 -
CMYK 0 0.07 0.77 0.26
HSL 54.66º 0.63% 0.45% -
HSV(B) 54.66º 0.77% 0.74% -
XYZ 36.95 42.04 8.45 -
YUV 164.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 189 176 43 0 0.07 0.77 0.26 54.66 0.63 0.45
Hex BD B0 2B 0 7 4D 1A 37 3F 2D
Octal 275 260 53 0 7 115 32 67 77 55
Binary 10111101 10110000 101011 0 111 1001101 11010 110111 111111 101101

Color Harmonies of #BDB02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB02B

Black with #BDB02B

Text Example


Text Example

White with #BDB02B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB02B; }

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

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

background-color css

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

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

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

border-color css

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

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

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