Html Css Color HEX #BBD414 Rio Grande

📋 copy color: '#BBD414'

red 187 ◦ green 212 ◦ blue 20

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

Shades of Rio Grande #BBD414

Tints of Rio Grande #BBD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.6%

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 44.63%
G = 50.6%
B = 4.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#BBD414 (or 0xBBD414) is known color: Rio Grande. HEX triplet: BB, D4 and 14. RGB value is (187,212,20). Sum of RGB (Red+Green+Blue) = 187+212+20=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 212 (83.20% from 255 or 50.60% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD414 is #442BEB. Grayscale: #B7B7B7. Windows color (decimal): -4467692 or 1365179. OLE color: 1365179.

HSL color Cylindrical-coordinate representation of color #BBD414: hue angle of 67.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBD414 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 20 -
CMYK 0.12 0 0.91 0.17
HSL 67.81º 0.83% 0.45% -
HSV(B) 67.81º 0.91% 0.83% -
XYZ 44.16 57.7 9.47 -
YUV 182.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 187 212 20 0.12 0 0.91 0.17 67.81 0.83 0.45
Hex BB D4 14 C 0 5B 11 44 53 2D
Octal 273 324 24 14 0 133 21 104 123 55
Binary 10111011 11010100 10100 1100 0 1011011 10001 1000100 1010011 101101

Color Harmonies of #BBD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD414

Black with #BBD414

Text Example


Text Example

White with #BBD414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD414; }

 p { color: rgb(187,212,20); }

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

background-color css

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

 a { background-color: rgb(187,212,20); }

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

border-color css

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

 span { border-color: rgb(187,212,20); }

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