Html Css Color HEX #BFD213 Rio Grande

📋 copy color: '#BFD213'

red 191 ◦ green 210 ◦ blue 19

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

Shades of Rio Grande #BFD213

Tints of Rio Grande #BFD213

RGB

 RED value IS 191 (75% from 255) = 45.48%

 GREEN value IS 210 (82.42% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 45.48%
G = 50%
B = 4.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#BFD213 (or 0xBFD213) is known color: Rio Grande. HEX triplet: BF, D2 and 13. RGB value is (191,210,19). Sum of RGB (Red+Green+Blue) = 191+210+19=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFD213 is #402DEC. Grayscale: #B7B7B7. Windows color (decimal): -4206061 or 1299135. OLE color: 1299135.

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

Color convert

RGB 191 210 19 -
CMYK 0.09 0 0.91 0.18
HSL 65.97º 0.83% 0.45% -
HSV(B) 65.97º 0.91% 0.82% -
XYZ 44.65 57.22 9.31 -
YUV 182.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 191 210 19 0.09 0 0.91 0.18 65.97 0.83 0.45
Hex BF D2 13 9 0 5B 12 42 53 2D
Octal 277 322 23 11 0 133 22 102 123 55
Binary 10111111 11010010 10011 1001 0 1011011 10010 1000010 1010011 101101

Color Harmonies of #BFD213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD213

Black with #BFD213

Text Example


Text Example

White with #BFD213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD213; }

 p { color: rgb(191,210,19); }

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

background-color css

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

 a { background-color: rgb(191,210,19); }

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

border-color css

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

 span { border-color: rgb(191,210,19); }

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