Html Css Color HEX #BBC327 Rio Grande

📋 copy color: '#BBC327'

red 187 ◦ green 195 ◦ blue 39

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

Shades of Rio Grande #BBC327

Tints of Rio Grande #BBC327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.26%

R = 44.42%
G = 46.32%
B = 9.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#BBC327 (or 0xBBC327) is known color: Rio Grande. HEX triplet: BB, C3 and 27. RGB value is (187,195,39). Sum of RGB (Red+Green+Blue) = 187+195+39=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC327 is #443CD8. Grayscale: #AFAFAF. Windows color (decimal): -4472025 or 2606011. OLE color: 2606011.

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

Color convert

RGB 187 195 39 -
CMYK 0.04 0 0.80 0.24
HSL 63.08º 0.67% 0.46% -
HSV(B) 63.08º 0.8% 0.76% -
XYZ 40.37 49.74 9.39 -
YUV 174.82 51.35 136.68 -
System Red Green Blue C M Y K H S L
Decimal 187 195 39 0.04 0 0.80 0.24 63.08 0.67 0.46
Hex BB C3 27 4 0 50 18 3F 43 2E
Octal 273 303 47 4 0 120 30 77 103 56
Binary 10111011 11000011 100111 100 0 1010000 11000 111111 1000011 101110

Color Harmonies of #BBC327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC327

Black with #BBC327

Text Example


Text Example

White with #BBC327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC327; }

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

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

background-color css

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

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

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

border-color css

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

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

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