Html Css Color HEX #BBC323 Rio Grande

📋 copy color: '#BBC323'

red 187 ◦ green 195 ◦ blue 35

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

Shades of Rio Grande #BBC323

Tints of Rio Grande #BBC323

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

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

R = 44.84%
G = 46.76%
B = 8.39%

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

#BBC323 (or 0xBBC323) is known color: Rio Grande. HEX triplet: BB, C3 and 23. RGB value is (187,195,35). Sum of RGB (Red+Green+Blue) = 187+195+35=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC323 is #443CDC. Grayscale: #AFAFAF. Windows color (decimal): -4472029 or 2343867. OLE color: 2343867.

HSL color Cylindrical-coordinate representation of color #BBC323: hue angle of 63º degrees, saturation: 0.7, 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 #BBC323 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 35 -
CMYK 0.04 0 0.82 0.24
HSL 63º 0.7% 0.45% -
HSV(B) 63º 0.82% 0.76% -
XYZ 40.31 49.72 9.06 -
YUV 174.37 49.35 137.01 -
System Red Green Blue C M Y K H S L
Decimal 187 195 35 0.04 0 0.82 0.24 63 0.7 0.45
Hex BB C3 23 4 0 52 18 3F 46 2D
Octal 273 303 43 4 0 122 30 77 106 55
Binary 10111011 11000011 100011 100 0 1010010 11000 111111 1000110 101101

Color Harmonies of #BBC323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC323

Black with #BBC323

Text Example


Text Example

White with #BBC323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC323; }

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

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

background-color css

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

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

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

border-color css

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

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

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