Html Css Color HEX #BBC915 Rio Grande

📋 copy color: '#BBC915'

red 187 ◦ green 201 ◦ blue 21

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

Shades of Rio Grande #BBC915

Tints of Rio Grande #BBC915

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

 BLUE value IS 21 (8.59% from 255) = 5.13%

R = 45.72%
G = 49.14%
B = 5.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#BBC915 (or 0xBBC915) is known color: Rio Grande. HEX triplet: BB, C9 and 15. RGB value is (187,201,21). Sum of RGB (Red+Green+Blue) = 187+201+21=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC915 is #4436EA. Grayscale: #B1B1B1. Windows color (decimal): -4470507 or 1427899. OLE color: 1427899.

HSL color Cylindrical-coordinate representation of color #BBC915: hue angle of 64.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC915 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 21 -
CMYK 0.07 0 0.90 0.21
HSL 64.67º 0.81% 0.44% -
HSV(B) 64.67º 0.9% 0.79% -
XYZ 41.52 52.39 8.63 -
YUV 176.29 40.36 135.64 -
System Red Green Blue C M Y K H S L
Decimal 187 201 21 0.07 0 0.90 0.21 64.67 0.81 0.44
Hex BB C9 15 7 0 5A 15 41 51 2C
Octal 273 311 25 7 0 132 25 101 121 54
Binary 10111011 11001001 10101 111 0 1011010 10101 1000001 1010001 101100

Color Harmonies of #BBC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC915

Black with #BBC915

Text Example


Text Example

White with #BBC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC915; }

 p { color: rgb(187,201,21); }

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

background-color css

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

 a { background-color: rgb(187,201,21); }

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

border-color css

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

 span { border-color: rgb(187,201,21); }

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