Html Css Color HEX #BBC914 Rio Grande

📋 copy color: '#BBC914'

red 187 ◦ green 201 ◦ blue 20

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

Shades of Rio Grande #BBC914

Tints of Rio Grande #BBC914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.9%

R = 45.83%
G = 49.26%
B = 4.9%

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

#BBC914 (or 0xBBC914) is known color: Rio Grande. HEX triplet: BB, C9 and 14. RGB value is (187,201,20). Sum of RGB (Red+Green+Blue) = 187+201+20=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 201 (78.91% from 255 or 49.26% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC914 is #4436EB. Grayscale: #B0B0B0. Windows color (decimal): -4470508 or 1362363. OLE color: 1362363.

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

Color convert

RGB 187 201 20 -
CMYK 0.07 0 0.90 0.21
HSL 64.64º 0.82% 0.43% -
HSV(B) 64.64º 0.9% 0.79% -
XYZ 41.51 52.39 8.59 -
YUV 176.18 39.86 135.72 -
System Red Green Blue C M Y K H S L
Decimal 187 201 20 0.07 0 0.90 0.21 64.64 0.82 0.43
Hex BB C9 14 7 0 5A 15 41 52 2B
Octal 273 311 24 7 0 132 25 101 122 53
Binary 10111011 11001001 10100 111 0 1011010 10101 1000001 1010010 101011

Color Harmonies of #BBC914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC914

Black with #BBC914

Text Example


Text Example

White with #BBC914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC914; }

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

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

background-color css

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

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

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

border-color css

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

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

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