Html Css Color HEX #BBC023 Rio Grande

📋 copy color: '#BBC023'

red 187 ◦ green 192 ◦ blue 35

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

Shades of Rio Grande #BBC023

Tints of Rio Grande #BBC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.38%

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

R = 45.17%
G = 46.38%
B = 8.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BBC023 (or 0xBBC023) is known color: Rio Grande. HEX triplet: BB, C0 and 23. RGB value is (187,192,35). Sum of RGB (Red+Green+Blue) = 187+192+35=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBC023 is #443FDC. Grayscale: #ADADAD. Windows color (decimal): -4472797 or 2343099. OLE color: 2343099.

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

Color convert

RGB 187 192 35 -
CMYK 0.03 0 0.82 0.25
HSL 61.91º 0.69% 0.45% -
HSV(B) 61.91º 0.82% 0.75% -
XYZ 39.65 48.39 8.84 -
YUV 172.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 187 192 35 0.03 0 0.82 0.25 61.91 0.69 0.45
Hex BB C0 23 3 0 52 19 3E 45 2D
Octal 273 300 43 3 0 122 31 76 105 55
Binary 10111011 11000000 100011 11 0 1010010 11001 111110 1000101 101101

Color Harmonies of #BBC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC023

Black with #BBC023

Text Example


Text Example

White with #BBC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC023; }

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

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

background-color css

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

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

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

border-color css

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

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

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