Html Css Color HEX #BBC325 Rio Grande

📋 copy color: '#BBC325'

red 187 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #BBC325

Tints of Rio Grande #BBC325

RGB

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

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

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

R = 44.63%
G = 46.54%
B = 8.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#BBC325 (or 0xBBC325) is known color: Rio Grande. HEX triplet: BB, C3 and 25. RGB value is (187,195,37). Sum of RGB (Red+Green+Blue) = 187+195+37=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC325 is #443CDA. Grayscale: #AFAFAF. Windows color (decimal): -4472027 or 2474939. OLE color: 2474939.

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

Color convert

RGB 187 195 37 -
CMYK 0.04 0 0.81 0.24
HSL 63.04º 0.68% 0.45% -
HSV(B) 63.04º 0.81% 0.76% -
XYZ 40.34 49.73 9.22 -
YUV 174.6 50.35 136.85 -
System Red Green Blue C M Y K H S L
Decimal 187 195 37 0.04 0 0.81 0.24 63.04 0.68 0.45
Hex BB C3 25 4 0 51 18 3F 44 2D
Octal 273 303 45 4 0 121 30 77 104 55
Binary 10111011 11000011 100101 100 0 1010001 11000 111111 1000100 101101

Color Harmonies of #BBC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC325

Black with #BBC325

Text Example


Text Example

White with #BBC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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