#BBCE15

Color #BBCE15 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #BBCE15

Tints of Rio Grande #BBCE15

Color information

#BBCE15 (or 0xBBCE15) is unknown color: approx Rio Grande. HEX triplet: BB, CE and 15. RGB value is (187,206,21). Sum of RGB (Red+Green+Blue) = 187+206+21=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCE15 is #4431EA. Grayscale: #B3B3B3. Windows color (decimal): -4469227 or 1429179. OLE color: 1429179.

HSL color Cylindrical-coordinate representation of color #BBCE15: hue angle of 66.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBCE15 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB18720621-
CMYK0.0900.900.19
HSL66.16º81.5%44.51%-
HSV(B)66.16º89.81%80.78%-
XYZ42.754.769.03-
YUV179.2338.71133.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 206 (80.86% from 255) = 49.76%
BLUE value IS 21 (8.59% from 255) = 5.07%
R=45.17%
G=49.76%
B=5.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal187206210.0900.900.1966.1681.544.51
HexBBCE15905A1342512d
Octal273316251101322310212155
Binary1011101111001110101011001010110101001110000101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCE15; }

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

 H1.HeaderClassName
 {
   color: #BBCE15;
 }
 .AnyTagClassName
 {
   color: #BBCE15;
 }
</style>
background-color css

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

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

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

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

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

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