Html Css Color HEX #B8BD1E Rio Grande

📋 copy color: '#B8BD1E'

red 184 ◦ green 189 ◦ blue 30

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

Shades of Rio Grande #B8BD1E

Tints of Rio Grande #B8BD1E

RGB

 RED value IS 184 (72.27% from 255) = 45.66%

 GREEN value IS 189 (74.22% from 255) = 46.9%

 BLUE value IS 30 (12.11% from 255) = 7.44%

R = 45.66%
G = 46.9%
B = 7.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#B8BD1E (or 0xB8BD1E) is known color: Rio Grande. HEX triplet: B8, BD and 1E. RGB value is (184,189,30). Sum of RGB (Red+Green+Blue) = 184+189+30=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 189 (74.22% from 255 or 46.90% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD1E is #4742E1. Grayscale: #AAAAAA. Windows color (decimal): -4670178 or 2014648. OLE color: 2014648.

HSL color Cylindrical-coordinate representation of color #B8BD1E: hue angle of 61.89º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8BD1E is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 189 30 -
CMYK 0.03 0 0.84 0.26
HSL 61.89º 0.73% 0.43% -
HSV(B) 61.89º 0.84% 0.74% -
XYZ 38.2 46.68 8.22 -
YUV 169.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 184 189 30 0.03 0 0.84 0.26 61.89 0.73 0.43
Hex B8 BD 1E 3 0 54 1A 3E 49 2B
Octal 270 275 36 3 0 124 32 76 111 53
Binary 10111000 10111101 11110 11 0 1010100 11010 111110 1001001 101011

Color Harmonies of #B8BD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD1E

Black with #B8BD1E

Text Example


Text Example

White with #B8BD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD1E; }

 p { color: rgb(184,189,30); }

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

background-color css

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

 a { background-color: rgb(184,189,30); }

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

border-color css

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

 span { border-color: rgb(184,189,30); }

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