Html Css Color HEX #BBC121 Rio Grande

📋 copy color: '#BBC121'

red 187 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #BBC121

Tints of Rio Grande #BBC121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.73%

 BLUE value IS 33 (13.28% from 255) = 7.99%

R = 45.28%
G = 46.73%
B = 7.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#BBC121 (or 0xBBC121) is known color: Rio Grande. HEX triplet: BB, C1 and 21. RGB value is (187,193,33). Sum of RGB (Red+Green+Blue) = 187+193+33=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 33 (13.28% from 255 or 7.99% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC121 is #443EDE. Grayscale: #ADADAD. Windows color (decimal): -4472543 or 2212283. OLE color: 2212283.

HSL color Cylindrical-coordinate representation of color #BBC121: hue angle of 62.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBC121 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 33 -
CMYK 0.03 0 0.83 0.24
HSL 62.25º 0.71% 0.44% -
HSV(B) 62.25º 0.83% 0.76% -
XYZ 39.84 48.81 8.76 -
YUV 172.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 187 193 33 0.03 0 0.83 0.24 62.25 0.71 0.44
Hex BB C1 21 3 0 53 18 3E 47 2C
Octal 273 301 41 3 0 123 30 76 107 54
Binary 10111011 11000001 100001 11 0 1010011 11000 111110 1000111 101100

Color Harmonies of #BBC121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC121

Black with #BBC121

Text Example


Text Example

White with #BBC121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC121; }

 p { color: rgb(187,193,33); }

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

background-color css

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

 a { background-color: rgb(187,193,33); }

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

border-color css

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

 span { border-color: rgb(187,193,33); }

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