Html Css Color HEX #BBC628 Rio Grande

📋 copy color: '#BBC628'

red 187 ◦ green 198 ◦ blue 40

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

Shades of Rio Grande #BBC628

Tints of Rio Grande #BBC628

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.59%

 BLUE value IS 40 (16.02% from 255) = 9.41%

R = 44%
G = 46.59%
B = 9.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#BBC628 (or 0xBBC628) is known color: Rio Grande. HEX triplet: BB, C6 and 28. RGB value is (187,198,40). Sum of RGB (Red+Green+Blue) = 187+198+40=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC628 is #4439D7. Grayscale: #B1B1B1. Windows color (decimal): -4471256 or 2672315. OLE color: 2672315.

HSL color Cylindrical-coordinate representation of color #BBC628: hue angle of 64.18º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BBC628 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 40 -
CMYK 0.06 0 0.80 0.22
HSL 64.18º 0.66% 0.47% -
HSV(B) 64.18º 0.8% 0.78% -
XYZ 41.07 51.11 9.71 -
YUV 176.7 50.86 135.35 -
System Red Green Blue C M Y K H S L
Decimal 187 198 40 0.06 0 0.80 0.22 64.18 0.66 0.47
Hex BB C6 28 6 0 50 16 40 42 2F
Octal 273 306 50 6 0 120 26 100 102 57
Binary 10111011 11000110 101000 110 0 1010000 10110 1000000 1000010 101111

Color Harmonies of #BBC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC628

Black with #BBC628

Text Example


Text Example

White with #BBC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC628; }

 p { color: rgb(187,198,40); }

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

background-color css

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

 a { background-color: rgb(187,198,40); }

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

border-color css

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

 span { border-color: rgb(187,198,40); }

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