Html Css Color HEX #B9BF30 Rio Grande

📋 copy color: '#B9BF30'

red 185 ◦ green 191 ◦ blue 48

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

Shades of Rio Grande #B9BF30

Tints of Rio Grande #B9BF30

RGB

 RED value IS 185 (72.66% from 255) = 43.63%

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 43.63%
G = 45.05%
B = 11.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#B9BF30 (or 0xB9BF30) is known color: Rio Grande. HEX triplet: B9, BF and 30. RGB value is (185,191,48). Sum of RGB (Red+Green+Blue) = 185+191+48=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF30 is #4640CF. Grayscale: #ADADAD. Windows color (decimal): -4604112 or 3194809. OLE color: 3194809.

HSL color Cylindrical-coordinate representation of color #B9BF30: hue angle of 62.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B9BF30 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 191 48 -
CMYK 0.03 0 0.75 0.25
HSL 62.52º 0.6% 0.47% -
HSV(B) 62.52º 0.75% 0.75% -
XYZ 39.17 47.79 9.96 -
YUV 172.9 57.51 136.63 -
System Red Green Blue C M Y K H S L
Decimal 185 191 48 0.03 0 0.75 0.25 62.52 0.6 0.47
Hex B9 BF 30 3 0 4B 19 3F 3C 2F
Octal 271 277 60 3 0 113 31 77 74 57
Binary 10111001 10111111 110000 11 0 1001011 11001 111111 111100 101111

Color Harmonies of #B9BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BF30

Black with #B9BF30

Text Example


Text Example

White with #B9BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BF30; }

 p { color: rgb(185,191,48); }

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

background-color css

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

 a { background-color: rgb(185,191,48); }

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

border-color css

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

 span { border-color: rgb(185,191,48); }

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