Html Css Color HEX #BBC825 Rio Grande

📋 copy color: '#BBC825'

red 187 ◦ green 200 ◦ blue 37

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

Shades of Rio Grande #BBC825

Tints of Rio Grande #BBC825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.17%

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

R = 44.1%
G = 47.17%
B = 8.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#BBC825 (or 0xBBC825) is known color: Rio Grande. HEX triplet: BB, C8 and 25. RGB value is (187,200,37). Sum of RGB (Red+Green+Blue) = 187+200+37=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 37 (14.84% from 255 or 8.73% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC825 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC825 is #4437DA. Grayscale: #B2B2B2. Windows color (decimal): -4470747 or 2476219. OLE color: 2476219.

HSL color Cylindrical-coordinate representation of color #BBC825: hue angle of 64.79º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBC825 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 37 -
CMYK 0.06 0 0.82 0.22
HSL 64.79º 0.69% 0.46% -
HSV(B) 64.79º 0.82% 0.78% -
XYZ 41.48 52.01 9.6 -
YUV 177.53 48.69 134.75 -
System Red Green Blue C M Y K H S L
Decimal 187 200 37 0.06 0 0.82 0.22 64.79 0.69 0.46
Hex BB C8 25 6 0 52 16 41 45 2E
Octal 273 310 45 6 0 122 26 101 105 56
Binary 10111011 11001000 100101 110 0 1010010 10110 1000001 1000101 101110

Color Harmonies of #BBC825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC825

Black with #BBC825

Text Example


Text Example

White with #BBC825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC825; }

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

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

background-color css

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

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

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

border-color css

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

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

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