Html Css Color HEX #BBC425 Rio Grande

📋 copy color: '#BBC425'

red 187 ◦ green 196 ◦ blue 37

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

Shades of Rio Grande #BBC425

Tints of Rio Grande #BBC425

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

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

R = 44.52%
G = 46.67%
B = 8.81%

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

#BBC425 (or 0xBBC425) is known color: Rio Grande. HEX triplet: BB, C4 and 25. RGB value is (187,196,37). Sum of RGB (Red+Green+Blue) = 187+196+37=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC425 is #443BDA. Grayscale: #AFAFAF. Windows color (decimal): -4471771 or 2475195. OLE color: 2475195.

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

Color convert

RGB 187 196 37 -
CMYK 0.05 0 0.81 0.23
HSL 63.4º 0.68% 0.46% -
HSV(B) 63.4º 0.81% 0.77% -
XYZ 40.57 50.18 9.3 -
YUV 175.18 50.02 136.43 -
System Red Green Blue C M Y K H S L
Decimal 187 196 37 0.05 0 0.81 0.23 63.4 0.68 0.46
Hex BB C4 25 5 0 51 17 3F 44 2E
Octal 273 304 45 5 0 121 27 77 104 56
Binary 10111011 11000100 100101 101 0 1010001 10111 111111 1000100 101110

Color Harmonies of #BBC425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC425

Black with #BBC425

Text Example


Text Example

White with #BBC425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC425; }

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

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

background-color css

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

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

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

border-color css

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

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

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