Html Css Color HEX #BDB430 Earls Green

📋 copy color: '#BDB430'

red 189 ◦ green 180 ◦ blue 48

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

Shades of Earls Green #BDB430

Tints of Earls Green #BDB430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.51%

R = 45.32%
G = 43.17%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BDB430 (or 0xBDB430) is known color: Earls Green. HEX triplet: BD, B4 and 30. RGB value is (189,180,48). Sum of RGB (Red+Green+Blue) = 189+180+48=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB430 is #424BCF. Grayscale: #A8A8A8. Windows color (decimal): -4344784 or 3191997. OLE color: 3191997.

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

Color convert

RGB 189 180 48 -
CMYK 0 0.05 0.75 0.26
HSL 56.17º 0.59% 0.46% -
HSV(B) 56.17º 0.75% 0.74% -
XYZ 37.84 43.67 9.23 -
YUV 167.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 189 180 48 0 0.05 0.75 0.26 56.17 0.59 0.46
Hex BD B4 30 0 5 4B 1A 38 3B 2E
Octal 275 264 60 0 5 113 32 70 73 56
Binary 10111101 10110100 110000 0 101 1001011 11010 111000 111011 101110

Color Harmonies of #BDB430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB430

Black with #BDB430

Text Example


Text Example

White with #BDB430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB430; }

 p { color: rgb(189,180,48); }

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

background-color css

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

 a { background-color: rgb(189,180,48); }

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

border-color css

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

 span { border-color: rgb(189,180,48); }

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