Html Css Color HEX #BBC223 Rio Grande

📋 copy color: '#BBC223'

red 187 ◦ green 194 ◦ blue 35

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

Shades of Rio Grande #BBC223

Tints of Rio Grande #BBC223

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.63%

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 44.95%
G = 46.63%
B = 8.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#BBC223 (or 0xBBC223) is known color: Rio Grande. HEX triplet: BB, C2 and 23. RGB value is (187,194,35). Sum of RGB (Red+Green+Blue) = 187+194+35=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC223 is #443DDC. Grayscale: #AEAEAE. Windows color (decimal): -4472285 or 2343611. OLE color: 2343611.

HSL color Cylindrical-coordinate representation of color #BBC223: hue angle of 62.64º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BBC223 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 35 -
CMYK 0.04 0 0.82 0.24
HSL 62.64º 0.69% 0.45% -
HSV(B) 62.64º 0.82% 0.76% -
XYZ 40.09 49.27 8.99 -
YUV 173.78 49.68 137.43 -
System Red Green Blue C M Y K H S L
Decimal 187 194 35 0.04 0 0.82 0.24 62.64 0.69 0.45
Hex BB C2 23 4 0 52 18 3F 45 2D
Octal 273 302 43 4 0 122 30 77 105 55
Binary 10111011 11000010 100011 100 0 1010010 11000 111111 1000101 101101

Color Harmonies of #BBC223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC223

Black with #BBC223

Text Example


Text Example

White with #BBC223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC223; }

 p { color: rgb(187,194,35); }

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

background-color css

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

 a { background-color: rgb(187,194,35); }

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

border-color css

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

 span { border-color: rgb(187,194,35); }

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