Html Css Color HEX #BBC31A Rio Grande

📋 copy color: '#BBC31A'

red 187 ◦ green 195 ◦ blue 26

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

Shades of Rio Grande #BBC31A

Tints of Rio Grande #BBC31A

RGB

 RED value IS 187 (73.44% from 255) = 45.83%

 GREEN value IS 195 (76.56% from 255) = 47.79%

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 45.83%
G = 47.79%
B = 6.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#BBC31A (or 0xBBC31A) is known color: Rio Grande. HEX triplet: BB, C3 and 1A. RGB value is (187,195,26). Sum of RGB (Red+Green+Blue) = 187+195+26=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC31A is #443CE5. Grayscale: #AEAEAE. Windows color (decimal): -4472038 or 1754043. OLE color: 1754043.

HSL color Cylindrical-coordinate representation of color #BBC31A: hue angle of 62.84º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC31A is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 26 -
CMYK 0.04 0 0.87 0.24
HSL 62.84º 0.76% 0.43% -
HSV(B) 62.84º 0.87% 0.76% -
XYZ 40.2 49.67 8.45 -
YUV 173.34 44.85 137.74 -
System Red Green Blue C M Y K H S L
Decimal 187 195 26 0.04 0 0.87 0.24 62.84 0.76 0.43
Hex BB C3 1A 4 0 57 18 3F 4C 2B
Octal 273 303 32 4 0 127 30 77 114 53
Binary 10111011 11000011 11010 100 0 1010111 11000 111111 1001100 101011

Color Harmonies of #BBC31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC31A

Black with #BBC31A

Text Example


Text Example

White with #BBC31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC31A; }

 p { color: rgb(187,195,26); }

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

background-color css

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

 a { background-color: rgb(187,195,26); }

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

border-color css

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

 span { border-color: rgb(187,195,26); }

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