Html Css Color HEX #BFC12B Rio Grande

📋 copy color: '#BFC12B'

red 191 ◦ green 193 ◦ blue 43

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

Shades of Rio Grande #BFC12B

Tints of Rio Grande #BFC12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

 BLUE value IS 43 (17.19% from 255) = 10.07%

R = 44.73%
G = 45.2%
B = 10.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#BFC12B (or 0xBFC12B) is known color: Rio Grande. HEX triplet: BF, C1 and 2B. RGB value is (191,193,43). Sum of RGB (Red+Green+Blue) = 191+193+43=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC12B is #403ED4. Grayscale: #AFAFAF. Windows color (decimal): -4210389 or 2867647. OLE color: 2867647.

HSL color Cylindrical-coordinate representation of color #BFC12B: hue angle of 60.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFC12B is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 193 43 -
CMYK 0.01 0 0.78 0.24
HSL 60.8º 0.64% 0.46% -
HSV(B) 60.8º 0.78% 0.76% -
XYZ 40.99 49.39 9.66 -
YUV 175.3 53.34 139.2 -
System Red Green Blue C M Y K H S L
Decimal 191 193 43 0.01 0 0.78 0.24 60.8 0.64 0.46
Hex BF C1 2B 1 0 4E 18 3D 40 2E
Octal 277 301 53 1 0 116 30 75 100 56
Binary 10111111 11000001 101011 1 0 1001110 11000 111101 1000000 101110

Color Harmonies of #BFC12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC12B

Black with #BFC12B

Text Example


Text Example

White with #BFC12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC12B; }

 p { color: rgb(191,193,43); }

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

background-color css

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

 a { background-color: rgb(191,193,43); }

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

border-color css

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

 span { border-color: rgb(191,193,43); }

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