Html Css Color HEX #BBC526 Rio Grande

📋 copy color: '#BBC526'

red 187 ◦ green 197 ◦ blue 38

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

Shades of Rio Grande #BBC526

Tints of Rio Grande #BBC526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.68%

 BLUE value IS 38 (15.23% from 255) = 9%

R = 44.31%
G = 46.68%
B = 9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#BBC526 (or 0xBBC526) is known color: Rio Grande. HEX triplet: BB, C5 and 26. RGB value is (187,197,38). Sum of RGB (Red+Green+Blue) = 187+197+38=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC526 is #443AD9. Grayscale: #B0B0B0. Windows color (decimal): -4471514 or 2540987. OLE color: 2540987.

HSL color Cylindrical-coordinate representation of color #BBC526: hue angle of 63.77º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBC526 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 38 -
CMYK 0.05 0 0.81 0.23
HSL 63.77º 0.68% 0.46% -
HSV(B) 63.77º 0.81% 0.77% -
XYZ 40.81 50.64 9.46 -
YUV 175.88 50.19 135.93 -
System Red Green Blue C M Y K H S L
Decimal 187 197 38 0.05 0 0.81 0.23 63.77 0.68 0.46
Hex BB C5 26 5 0 51 17 40 44 2E
Octal 273 305 46 5 0 121 27 100 104 56
Binary 10111011 11000101 100110 101 0 1010001 10111 1000000 1000100 101110

Color Harmonies of #BBC526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC526

Black with #BBC526

Text Example


Text Example

White with #BBC526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC526; }

 p { color: rgb(187,197,38); }

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

background-color css

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

 a { background-color: rgb(187,197,38); }

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

border-color css

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

 span { border-color: rgb(187,197,38); }

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