Html Css Color HEX #BBC12F Rio Grande

📋 copy color: '#BBC12F'

red 187 ◦ green 193 ◦ blue 47

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

Shades of Rio Grande #BBC12F

Tints of Rio Grande #BBC12F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 47 (18.75% from 255) = 11.01%

R = 43.79%
G = 45.2%
B = 11.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#BBC12F (or 0xBBC12F) is known color: Rio Grande. HEX triplet: BB, C1 and 2F. RGB value is (187,193,47). Sum of RGB (Red+Green+Blue) = 187+193+47=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 47 (18.75% from 255 or 11.01% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC12F is #443ED0. Grayscale: #AFAFAF. Windows color (decimal): -4472529 or 3129787. OLE color: 3129787.

HSL color Cylindrical-coordinate representation of color #BBC12F: hue angle of 62.47º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BBC12F is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 47 -
CMYK 0.03 0 0.76 0.24
HSL 62.47º 0.61% 0.47% -
HSV(B) 62.47º 0.76% 0.76% -
XYZ 40.08 48.91 10.02 -
YUV 174.56 56.01 136.87 -
System Red Green Blue C M Y K H S L
Decimal 187 193 47 0.03 0 0.76 0.24 62.47 0.61 0.47
Hex BB C1 2F 3 0 4C 18 3E 3D 2F
Octal 273 301 57 3 0 114 30 76 75 57
Binary 10111011 11000001 101111 11 0 1001100 11000 111110 111101 101111

Color Harmonies of #BBC12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC12F

Black with #BBC12F

Text Example


Text Example

White with #BBC12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC12F; }

 p { color: rgb(187,193,47); }

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

background-color css

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

 a { background-color: rgb(187,193,47); }

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

border-color css

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

 span { border-color: rgb(187,193,47); }

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