Html Css Color HEX #BBC525 Rio Grande

📋 copy color: '#BBC525'

red 187 ◦ green 197 ◦ blue 37

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

Shades of Rio Grande #BBC525

Tints of Rio Grande #BBC525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.79%

R = 44.42%
G = 46.79%
B = 8.79%

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

#BBC525 (or 0xBBC525) is known color: Rio Grande. HEX triplet: BB, C5 and 25. RGB value is (187,197,37). Sum of RGB (Red+Green+Blue) = 187+197+37=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC525 is #443ADA. Grayscale: #B0B0B0. Windows color (decimal): -4471515 or 2475451. OLE color: 2475451.

HSL color Cylindrical-coordinate representation of color #BBC525: hue angle of 63.75º 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 #BBC525 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 197 37 -
CMYK 0.05 0 0.81 0.23
HSL 63.75º 0.68% 0.46% -
HSV(B) 63.75º 0.81% 0.77% -
XYZ 40.79 50.63 9.37 -
YUV 175.77 49.69 136.01 -
System Red Green Blue C M Y K H S L
Decimal 187 197 37 0.05 0 0.81 0.23 63.75 0.68 0.46
Hex BB C5 25 5 0 51 17 40 44 2E
Octal 273 305 45 5 0 121 27 100 104 56
Binary 10111011 11000101 100101 101 0 1010001 10111 1000000 1000100 101110

Color Harmonies of #BBC525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC525

Black with #BBC525

Text Example


Text Example

White with #BBC525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC525; }

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

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

background-color css

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

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

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

border-color css

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

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

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