Html Css Color HEX #BBC328 Rio Grande

📋 copy color: '#BBC328'

red 187 ◦ green 195 ◦ blue 40

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

Shades of Rio Grande #BBC328

Tints of Rio Grande #BBC328

RGB

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

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

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

R = 44.31%
G = 46.21%
B = 9.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#BBC328 (or 0xBBC328) is known color: Rio Grande. HEX triplet: BB, C3 and 28. RGB value is (187,195,40). Sum of RGB (Red+Green+Blue) = 187+195+40=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC328 is #443CD7. Grayscale: #AFAFAF. Windows color (decimal): -4472024 or 2671547. OLE color: 2671547.

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

Color convert

RGB 187 195 40 -
CMYK 0.04 0 0.79 0.24
HSL 63.1º 0.66% 0.46% -
HSV(B) 63.1º 0.79% 0.76% -
XYZ 40.39 49.75 9.48 -
YUV 174.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 187 195 40 0.04 0 0.79 0.24 63.1 0.66 0.46
Hex BB C3 28 4 0 4F 18 3F 42 2E
Octal 273 303 50 4 0 117 30 77 102 56
Binary 10111011 11000011 101000 100 0 1001111 11000 111111 1000010 101110

Color Harmonies of #BBC328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC328

Black with #BBC328

Text Example


Text Example

White with #BBC328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC328; }

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

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

background-color css

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

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

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

border-color css

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

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

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