Html Css Color HEX #BBC225 Rio Grande

📋 copy color: '#BBC225'

red 187 ◦ green 194 ◦ blue 37

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

Shades of Rio Grande #BBC225

Tints of Rio Grande #BBC225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

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

R = 44.74%
G = 46.41%
B = 8.85%

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

#BBC225 (or 0xBBC225) is known color: Rio Grande. HEX triplet: BB, C2 and 25. RGB value is (187,194,37). Sum of RGB (Red+Green+Blue) = 187+194+37=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC225 is #443DDA. Grayscale: #AEAEAE. Windows color (decimal): -4472283 or 2474683. OLE color: 2474683.

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

Color convert

RGB 187 194 37 -
CMYK 0.04 0 0.81 0.24
HSL 62.68º 0.68% 0.45% -
HSV(B) 62.68º 0.81% 0.76% -
XYZ 40.12 49.28 9.15 -
YUV 174.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 187 194 37 0.04 0 0.81 0.24 62.68 0.68 0.45
Hex BB C2 25 4 0 51 18 3F 44 2D
Octal 273 302 45 4 0 121 30 77 104 55
Binary 10111011 11000010 100101 100 0 1010001 11000 111111 1000100 101101

Color Harmonies of #BBC225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC225

Black with #BBC225

Text Example


Text Example

White with #BBC225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC225; }

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

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

background-color css

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

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

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

border-color css

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

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

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